home *** CD-ROM | disk | FTP | other *** search
/ Languguage OS 2 / Languguage OS II Version 10-94 (Knowledge Media)(1994).ISO / gnu / ms-0_06.lha / xms-0.06 / ChangeLog < prev    next >
Text File  |  1991-11-24  |  9KB  |  256 lines

  1. Sun Nov 24 12:38:12 1991  Andreas Gustafsson  (gson at hydroman.cs.hut.fi)
  2.  
  3.     * Wrapped version 0.06
  4.  
  5.     * Added option details to the synopsis in xms.man
  6.  
  7.     * Tested the new ms_draw() on monochrome and 8-bit colour
  8.     Suns.
  9.  
  10.     * Completely rewrote the black-and-white special case display
  11.     support in Ms.c:ms_draw(), so that it now constructs the image
  12.     a byte at a time rather than a word at a time.  This should
  13.     avoid any byteorder problems.
  14.  
  15. Tue Nov  5 17:23:38 1991  Andreas Gustafsson  (gson at bulldozer.cs.hut.fi)
  16.  
  17.     * Version number is now 0.05p.  Changed some key bindings to be 
  18.     more consistent with the new "zoom by default" policy, and
  19.     updated the manual page correspondingly.
  20.  
  21. Mon Sep 30 01:01:40 1991  Andreas Gustafsson  (gson at spica.hut.fi)
  22.  
  23.     * Added XtNinput argument to shell widget; that ought to
  24.     fix the keyboard focus problem with OpenWindows (not tested).
  25.  
  26. Sun Sep 22 12:07:27 1991  Andreas Gustafsson  (gson at spica.hut.fi)
  27.  
  28.     * Edited README and mslaved/Makefile; now gcc is stronly recommended
  29.     only for old CISCs.  Made floating point the default for MIPS in
  30.     ms_real.h as suggested by broadley's benchmarks.
  31.  
  32.     * restored the menu entries for using the old window but made the
  33.     popup alternative more defaultish (no, I don't run spell on
  34.     ChangeLogs). 
  35.  
  36.     * added #include <sys/file.h> to ms_ipc.h (needed for FNDELAY in
  37.     HP-UX) 
  38.  
  39.     * fixed some syntax errors in mslaved.c
  40.  
  41.     * added #include <netinet/in.h> in Ms.c to get htonl() and ntohs()
  42.     macro definitions (needed for HP-UX)
  43.  
  44. Sat Sep 14 00:09:20 1991  Andreas Gustafsson  (gson at spica.hut.fi)
  45.  
  46.     * #ifdef'ed away the menu entries for reusing the old window
  47.  
  48. Sun Aug 11 14:42:55 1991  Andreas Gustafsson  (gson at spica.hut.fi)
  49.  
  50.     * Added "inverse box zooming" as suggested by RMS.  Still
  51.     untested.
  52.  
  53. Sat Aug 10 10:32:51 1991  Andreas Gustafsson  (gson at spica.hut.fi)
  54.  
  55.     * Added #include <errno.h> in work.c
  56.  
  57.     * Wrapped 0.05j and mailed to broadley for beta testing
  58.  
  59.     * Renamed split.c to mspawn.c
  60.  
  61.     * Tested 0.05h on SPARCstation IPC.  Fixed some bugs in the
  62.     noImakefile and documented problems with missing imake and
  63.     Aw libs.  Version with these fixes called 0.05i.
  64.  
  65. Fri Jul 26 14:23:57 1991  Andreas Gustafsson  (gson at spica.hut.fi)
  66.  
  67.     * Fixed some more typos and made some other changes in the man
  68.     pages
  69.  
  70.     * Wrapped 0.05h    and gave it to ufa@niksula.hut.fi for beta 
  71.     testing 
  72.  
  73. Sun Jul 21 12:36:22 1991  Andreas Gustafsson  (gson at spica.hut.fi)
  74.  
  75.     * Wrote the bms batch mode client and renamed the X client to
  76.     xms.  This also caused lots of changes to both source and 
  77.     documentation of xms because of extensive code sharing between the
  78.     two clients.  Mandelbrot-dependent but X-independent
  79.     code has been separated into a new module, mspawn.c, leaving
  80.     code that is both X- and Mandelbrot-independent in work.c.
  81.     The timeout system has been completely rewritten.
  82.  
  83.     * MIPS fixed-point code has been tested on a DECStation.
  84.  
  85. Wed Jun 26 17:01:04 1991  Andreas Gustafsson  (gson at gunnar)
  86.  
  87.     * Separated the X-independent workload distribution stuff
  88.     into a new module, work.c.  Renamed all X-independent files
  89.     to lowercase names to reduce ugliness.  Added missing "2" in
  90.     MIPS fracmult2 function name; need to retest MIPS code before
  91.     distributing it.
  92.  
  93. Tue Jun 18 21:34:57 1991  Andreas Gustafsson  (gson at spica.hut.fi)
  94.  
  95.     * Fixed several typos in the man page
  96.  
  97. Sun May 19 10:49:05 1991  Andreas Gustafsson  (gson at spica.hut.fi)
  98.  
  99.     * Corrected some typos, added crosshair at center of rubberband box
  100.  
  101. Wed Mar 27 19:15:30 1991  Andreas Gustafsson  (gson at canopus.hut.fi)
  102.  
  103.     * Hacked README somewhat
  104.  
  105. Wed Dec 26 11:18:55 1990  Andreas Gustafsson  (gson at spica.hut.fi)
  106.  
  107.     * Documented some incompatibilities with Mach and Silicon Graphics
  108.  
  109.     * Made ping() in mslavedc.c use the port given with the -p
  110.     option instead of always using the default port
  111.  
  112.     * Added fixed point support for MIPS
  113.  
  114. Tue Oct 16 16:26:40 1990  Andreas Gustafsson  (gson at canopus.hut.fi)
  115.  
  116.     * Reverted to the old behaviour of ignoring EWOULDBLOCK
  117.     errors on slave socket input because a user reported getting
  118.     these errors with 0.05; could this be an X11R3 bug fixed in X11R4?
  119.  
  120.     * Changed main.c to declare rindex() by including <X11/Xos.h>
  121.     instead of rolling its own declaration; rindex is a macro on
  122.     the NeXT.
  123.  
  124.     * Removed a bogus dependency from the noImakefile
  125.  
  126.     * Made 0.05 available for FTP from funic.funet.fi and announced 
  127.     it in comp.windows.x and alt.fractals
  128.  
  129. Fri Oct  5 13:06:42 1990  Andreas Gustafsson  (gson at vega.hut.fi)
  130.  
  131.     * Made the "ping" code in mslavedc.c SYSV-safe (still untested)
  132.  
  133.     * Fixed outdated usage message in mslavedc.c
  134.  
  135.     * Mslaved no longer makes the incorrect assumption that
  136.     ntohl(long) returns a signed value (this caused problems
  137.     on some little-endian machines running System V or Ultrix).
  138.  
  139. Wed Sep 12 1990  Andreas Gustafsson  (gson at spica.hut.fi)
  140.  
  141.     * Made mslaved check for convergence by looking for
  142.     repeated values in the iteration sequence (this really speeds
  143.     things up with large iteration counts).  Installed new
  144.     server and client in Niksula as 0.05beta.
  145.  
  146.     * Made slave timeout dependent of the iteration count
  147.  
  148.     * Added sanity check of UDP port number read from .mslaves
  149.     (random text in the port field used to cause the not very
  150.     informative error message "can't assign requested address").
  151.  
  152. Sat Aug 25 17:48:25 1990  Andreas Gustafsson  (gson at spica.hut.fi)
  153.  
  154.     * Added code to create a private colormap if allocation from
  155.     the default colormap fails.
  156.  
  157.     * Updated MANIFEST, renamed the makefile to noImakefile.
  158.  
  159. Sun Aug  5 19:31:17 1990  Andreas Gustafsson  (gson at spica.hut.fi)
  160.  
  161.     * Added a simple Makefile for those not using Imake.
  162.  
  163. Sat Aug  4 19:00:51 1990  Andreas Gustafsson  (gson at spica.hut.fi)
  164.  
  165.     * Merged some System V support fixes into ms-0.05.
  166.  
  167. Wed Jul 11 14:43:31 1990  Andreas Gustafsson  (gson at canopus.hut.fi)
  168.  
  169.     * Fixed nasty bug in InitSlaves where too little memory was
  170.     allocated for the warning message because it used sizeof with
  171.     a char pointer instead of a char array. 
  172.  
  173. Thu May 10 16:38:57 1990  Andreas Gustafsson  (gson at spica.hut.fi)
  174.  
  175.     * Move the overflow label from the center to the upper left
  176.     corner; changed backing store attribute of the Ms window
  177.     from WhenMapped to Always.
  178.  
  179. Fri May  4 14:54:41 1990  Andreas Gustafsson  (gson at spica.hut.fi)
  180.  
  181.     * Changed the superclass of the Ms widget from core to composite
  182.     and added the overflow label widget (only when LABEL is defined).
  183.  
  184. Tue Apr 17 22:31:47 1990  Andreas Gustafsson  (gson at spica.hut.fi)
  185.  
  186.     * Documented the initial view options.
  187.  
  188.     * Added -DR4 to DEFINES for X11R4 in Imakefile; put
  189.     Put "#ifdef R4" around the resource converter code in main.c.
  190.  
  191.     * Edited README
  192.  
  193. Wed Apr  4 14:42:28 1990  Andreas Gustafsson  (gson at spica.hut.fi)
  194.  
  195.     * Updated version number to 0.05.  There is support for
  196.     specifying an initial view using command line options
  197.     but it is still undocumented.  Must check how to
  198.     register resource converters under X11R2..3.
  199.  
  200. Wed Feb 14 16:28:22 1990  Andreas Gustafsson  (gson at spica.hut.fi)
  201.  
  202.     * Wrapped 0.04 and made it available for anonymous FTP from
  203.     sauna.hut.fi
  204.  
  205. Mon Feb 12 14:07:44 1990  Andreas Gustafsson  (gson at spica.hut.fi)
  206.  
  207.     * Documented the -greyscale option
  208.  
  209.     * Updated MANIFEST and added some comments to Imakefile
  210.  
  211. Mon Feb  8  Andreas Gustafsson  (gson at spica.hut.fi)
  212.  
  213.     * Added menu entries for showing window range and performance
  214.     statistics; changed formatting of statistics printout.
  215.  
  216. Mon Feb  5 13:37:35 1990  Andreas Gustafsson  (gson at spica.hut.fi)
  217.  
  218.     * Made Ms.c discover endianness at runtime, thus eliminating
  219.     the -Dx_ENDIAN compiler flags.
  220.  
  221. Thu Feb  1 11:47:38 1990  Andreas Gustafsson  (gson at spica.hut.fi)
  222.  
  223.     * fixed a bug causing clients running on little-endian machines
  224.     to draw byteswapped pictures on 1-plane displays
  225.  
  226.     * restructured the display type/iteration count info;
  227.     added support for 1-plane displays with iteration counts >=256
  228.  
  229.     * changed translations in R4 version to match the documentation
  230.  
  231.     * changed name of "-bw" option to "-greyscale"
  232.  
  233. Tue Jan 30 08:03:22 1990  Andreas Gustafsson  (gson at spica.hut.fi)
  234.  
  235.     * Wrote a simple Imakefile (client only )
  236.  
  237.     * Added a SimpleMenu for R4 only
  238.  
  239.     * dot-mslaves: Added port number to host experimental.hut.fi
  240.  
  241. Wed Jan 24 12:21:59 1990  Andreas Gustafsson  (gson at spica.hut.fi)
  242.  
  243.     * Added "-bw" option
  244.  
  245.     * Restructured some code in Ms.c in preparation for
  246.     merging with the SimpleMenu code; added "Action" suffix
  247.     to the names of all action routines.
  248.  
  249.     * Fixed a bug in the enslave script that caused it 
  250.     to start only 2..3 of the servers.  Added ChangeLog
  251.     file.  Fixed FTP info in README file (wrong host).
  252.  
  253. Mon Jan 22 1990 Andreas Gustafsson  (gson at spica.hut.fi)
  254.  
  255.     * Version 0.03 announced on nordunet.sources.list
  256.